body {
	color: #333
}

a {
	color: #333;
	cursor: pointer
}

a:hover {
	text-decoration: none!important;
	color: #333
}

a:focus {
	color: #333;
	text-decoration: none!important
}

.shortcut {
	height: 34px;
	line-height: 34px
}

.shortcut .lang {
	text-align: right
}

.shortcut .lang a:last-child {
	margin-left: 20px
}

.daohang {
	background: #fff;
	border: none 0;
	margin: 2px 0
}

.daohang .navbar-brand {
	margin-right: 20px;
	width: 160px;
	padding: 8px 0 8px 15px
}

.daohang .navbar-brand img {
	width: 100%;
	vertical-align: middle
}

.daohang .nav li {
	margin-right: 4px;
	margin-top: 6px;
	padding-bottom: 9px
}

.daohang .nav li.active a {
	border-radius: 6px;
	background: #eee
}

.daohang .nav li a {
	padding: 10px
}

.daohang .nav li a:hover {
	border-radius: 6px;
	background: #eee
}

.daohang .navbar-form {
	margin-right: -15px;
	padding-right: 0;
	font-size: 0
}

.daohang .navbar-form .form-group {
	position: relative;
	top: 2px
}

.daohang .navbar-form .form-group input {
	border-radius: 0
}

.daohang .navbar-form button {
	position: relative;
	top: 2px;
	margin-left: -1px;
	border-radius: 0;
	background: red;
	color: #fff;
	font-size: 18px;
	padding: 4px 12px;
	outline: 0
}

.daohang .navbar-form button:hover {
	outline: 0;
	background: red;
	color: #fff
}

.daohang .navbar-form button:focus {
	outline: 0;
	background: red;
	color: #fff
}

.daohang .navbar-form button:active {
	background: red;
	color: #fff;
	outline: 0
}

.daohang .navbar-form button i {
	position: relative;
	top: 2px
}

.daohang .nav li .hover {
	position: absolute;
	z-index: 1000;
	top: 50px;
	left: -165px;
	background: #f1f1f1;
	padding: 0
}

.daohang .nav li .hover.js-hover-2 {
	left: -228px
}

.daohang .nav li .hover.js-hover-3 {
	left: -510px
}

.daohang .nav li .hover.js-hover-4 {
	left: -700px
}

.daohang .nav li .hover .col-md-3 {
	padding: 30px 15px 40px;
	text-align: left
}

.daohang .nav li .hover .col-md-3 a {
	padding: 0
}

.daohang .nav li .hover .col-md-3:hover {
	background: #fff
}

.daohang .nav li .hover .col-md-3 img {
	width: 90%;
	margin-bottom: 20px
}

.footer {
	background: #272727
}

.footer .footer-list {
	padding-top: 34px
}

.footer .footer-list dl dt {
	color: #9c9999;
	font-size: 14px;
	margin-bottom: 10px
}

.footer .footer-list dl dd {
	margin-bottom: 2px
}

.footer .footer-list dl dd a {
	font-size: 13px;
	color: #9c9999
}

.footer .footer-list dl dd.follow-logo a {
	color: #fff;
	font-size: 16px;
	margin-right: 4px
}

.footer .line {
	height: 2px;
	background: #424141;
	margin-top: 30px
}

.footer .footer-copy {
	height: 60px;
	line-height: 60px;
	color: #9c9999
}

.footer .footer-copy span {
	color: #9c9999
}

.footer .footer-copy span.split {
	position: relative;
	top: 3px;
	margin: 0 4px;
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #9c9999
}

table {
	width: 100%;
}

table tr td {
	padding-left: 5px;
	border: 1px solid #ccc;
	height: 30px;
}